/* -- footer -- */
.footer .link {
    width: 100%;
    height: 70px;
    background: #f5ebea;
}

.footer .foot {
    width: 100%;
    height: 275px;
    background: url(../img/foot-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.linkbox-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.linkbox-right a {
    color: #4c4c4c;
}

.linkbox-right span {
    color: #c1baba;
    margin: 0 55px;
}

.footer .banq {
    margin: 20px 0;
}

.footer .banq p {
    color: rgba(255, 255, 255, .7);
    line-height: 25px;
    margin: 0;
}

.footer .banq p a {
    color: rgba(255, 255, 255, .7);
}

.footbox {
    display: flex;
    justify-content: space-between;
}

.footer .foot .imgs {
    display: flex;
    position: relative;
}




.footer .foot .imgs .img .code {
    top: 0;
    display: none;
    position: absolute;
    top: -50px;
}

.footer .foot .imgs .img .code1 {
    left: -225px;
}

.footer .foot .imgs .img .code2 {
    left: -305px;
}

.footer .foot .imgs .img .code3 {
    left: -385px;
}

.footer .foot .imgs .img .code img {
    max-width: 165px;
}


.footer .foot .imgs .img {
    margin: 0 10px;
    position: relative;
}

.footer .foot .imgs .img.onx .code {
    display: flex;
}

.footer .foot .imgs .img .code p {
    color: #a15329;
    opacity: .5;
    width: 30px;
    height: 160px;
    margin: 0;
    background: #f0dfdd;
    writing-mode: tb-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

.footer .foot .imgs .img span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.footer .foot .imgs .img span::before {
    content: '';
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 20px solid #f5ebea;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -18px;
    top: 20px;
    display: none;
}

.footer .foot .imgs .img.onx span::before {
    display: block;
}

.footer .foot .imgs .img1 span {
    background: url(../img/wx-ico.png) center no-repeat #a15329;
}

.footer .foot .imgs .img2 span {
    background: url(../img/dy-ico.png) center no-repeat #a15329;
}

.footer .foot .imgs .img3 span {
    background: url(../img/sph-ico.png) center no-repeat #a15329;
}


.footer .foot .imgs .img1.onx span {
    background: url(../img/wx-ico-on.png) center no-repeat #f5ebea;
}

.footer .foot .imgs .img2.onx span {
    background: url(../img/dy-ico-on.png) center no-repeat #f5ebea;
}

.footer .foot .imgs .img3.onx span {
    background: url(../img/sph-ico-on.png) center no-repeat #f5ebea;
}

.footer .yqljbox .box {
    width: 220px;
    height: 35px;
    margin-top: 28px;
    position: relative;
    cursor: pointer;
    border: 1px solid #caa59d;
    margin: unset;
}

.footer .yqljbox .box h3 {
    color: rgba(255, 255, 255, .7);
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}

.footer .yqljbox .box .ico {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #caa59d;
}

.footer .yqljbox .box ul {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
    overflow-y: scroll;
}

.footer .yqljbox .box:hover ul {
    display: block;
}

.footer .yqljbox .box ul li {
    text-align: center;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .yqljbox .box ul li:hover a {
    color: #7c2220;
}

.footer .right .box ul li a {
    color: #333;
}

/* - */
.flex-align-center {
    display: flex;
    align-items: center;
}

.height-100 {
    height: 100% !important;
}

@media all and (min-width: 1130px) {
    .layui-container {
        width: 1430px;
    }
}


/* 群星璀璨 */

.qxcclist li {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
}

.qxcclist li:nth-child(5n) {
    margin-right: 0;
}

.qxcclist li .text {
    padding: 30px 0;
}

.qxcclist li .title {
    font-size: 20px;
    text-align: center;
    color: #434343;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.qxcclist li .xian {
    width: 20px;
    height: 2px;
    background: #822321;
    margin: 10px auto;
}

.qxcclist li .desc {
    font-size: 16px;
    color: #434343;
    opacity: .5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.qxcclist li .img {
    overflow: hidden;
}

.qxcclist li .img img {
    width: 100%;
    height: 420px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.qxcclist li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.qxcclist li:hover .title {
    color: #822321;
}

.qxcclist li:hover .desc {
    opacity: .8;
}